home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / iconal2a / helpfile.txt < prev    next >
Text File  |  1999-10-13  |  4KB  |  121 lines

  1. IconAlbum Deluxe V1.0
  2. Created October 1999 by Stephan Swertvaegher.
  3. Coded with VB6-Enterprise edition.
  4.  
  5. Mail to: stephan.swertvaegher@planetinternet.be
  6.  
  7. =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====
  8.  
  9. IMPORTANT !
  10. Every folder can contain up to 240 icons. If you have more icons
  11. of the same subject, you should create another folder.
  12.  
  13.  
  14. THE TOOLBAR
  15. -------------------------
  16. 1) Create new map
  17.     If you have icons of a new category, you can create
  18.     another map. An inputbox pops up where you can fill in
  19.     the name of the  new map. If that name already exists,
  20.     an error occurs.
  21.     With the menufile 'Move', you can place these icons in
  22.     that new map you just created. 
  23.  
  24. 2) Rename map
  25.     If for some reason you have to rename a certain map,
  26.     here you can do it. An inputbox pops up, telling you what
  27.     map you will rename. Just type in the new name and hit the
  28.     button. A messagebox appears, asking you if you are sure.
  29.  
  30. 3) Delete map
  31.     If you want to remove a certain map, hit this button.
  32.     A messagebox asks you if you are sure.
  33.     If the map contains files, it cannot be removed. Thats
  34.     another safety. If you want to remove a map, it must be
  35.     empty.
  36.  
  37. 4) Delete all icons
  38.     This will remove all icons in the folder you're working with.
  39.     Once deleted, they will be gone forever, so think twice
  40.     before you hit this button !
  41.  
  42. 5) Copy whole map
  43.     This button moves the whole map to a map of your choice.
  44.     The original map remains empty. If you don't want it anymore,
  45.     use the 'Delete map'-button.
  46.  
  47. 6) Search for icons
  48.     Here you get another screen, where you can find icons on
  49.     your harddisk, diskette or CD-rom. You can copy these icons
  50.     to the map '_tempicons' in your IconAlbumDeluxe-directory.
  51.     If this map doesn't exists, it will be created.
  52.     Note: the icons you found WILL NOT BE REMOVED, only
  53.     copied to the '_tempicons'-map. That way important icons will
  54.     remain on their original place.    
  55.     Returning to the main form, you can see the map '_tempicons'.
  56.     Here you can move the new icons to their destination-map.
  57.  
  58. 7) Helpfile
  59.     Another form, containing the file you are now reading.
  60.  
  61.  
  62. THE DIRLISTBOX
  63. ------------------------------
  64.     The dirlistbox always has the same path, namely the path
  65.     where you put the IconAlbumDeluxe in. Here you have also
  66.     the maps with the different icons. You don't have to click
  67.     a folder twice, just once to see the icons it contains.
  68.     The folder you clicked will be highlighted, and that's the
  69.     folder to rename, delete, ...
  70.     A label tells you the exact number of icons that folder
  71.     contains.
  72.     Another label tells you the exact path you just clicked.
  73.  
  74.  
  75. THE ICON-PAGE
  76. ---------------------------
  77.     Here all icons of the folder you clicked will be displayed.
  78.     Only 240 icons can be displayed, so if that folder contains
  79.     more, they will no be shown. That's why you should not
  80.     store more than 240 icons in the same folder. If you do have
  81.     more, just create another folder.
  82.     When you click (once) an icon, it will be shown in the frame
  83.     'Selected Icon'. Left, the original size, right the double size.
  84.     That's the icon you selected, and to work with.
  85.     Holding the mouse over an icon shows the tooltiptext with
  86.     the name of that icon. This will also be shown in the frame
  87.     'Selected Icon'.
  88.  
  89.  
  90. THE POPUP-MENU
  91. --------------------------------
  92. All commands from the popup-menu are related to the selected
  93. icon.
  94. Clicking an icon in the icon-page triggers a popup-menu, with
  95. the following features:
  96.  
  97. 1) Save Icon as
  98.     You can save the icon to a map where you need icons.
  99.     Example: where you make a program, and need icons for
  100.     a toolbar.
  101.  
  102. 2) Move Icon
  103.     Move the icon to another map. This other map must be one
  104.     of the maps in the IconAlbumDeluxe-folder. If it doesn't exist,
  105.     it will be created. This feature has been coded to make this
  106.     program as flexible as possible.
  107.  
  108. 3) Delete Icon
  109.     When you don't want an icon anymore, just delete it.
  110.     It will NOT BE FOUND IN THE TRASHCAN !!!.
  111.     So when you delete an icon, it will be gone forever !
  112.  
  113. 4) Rename Icon
  114.     With this feature you can rename the selected icon.
  115.     If the new name already exists, an error occurs.
  116.  
  117. =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====
  118. Written in VB6 !
  119. If someone is interested for the IconAlbumDeluxe, working with
  120. VB4/32, just drop me a line and ask me nicely.
  121. Perhaps I'll code it for you...